home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Internet Web Designer 89
/
PIWD89.iso
/
pc
/
CONTENTS
/
BONUS
/
FULL
/
wikiwriter
/
setup-ww2x.exe
/
{app}
/
htmltut
/
Head+and+Title.db
< prev
next >
Wrap
Text File
|
2002-07-01
|
374b
|
18 lines
@@inc HTMLToc
== Head and Title
At the top of your page, you should now have
<pre>
<html>
<head>
</head>
</html>
</pre>
Put a line space after the "head" tag, and on that line write a container for the element "title".
You can put both tags for the "title" element on the same line.
[[b Go to ((Body Element))]]